Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 778 Bytes

16.20.33 - 1.8.4.md

File metadata and controls

15 lines (13 loc) · 778 Bytes

1.8.4

  • 同步客户端禁止使用Swoole\Client->on注册异步回调函数
  • 修复Swoole\Http\Server解析form-data格式数据发生错误的问题
  • 修复Swoole\Redis回调函数内存泄漏问题
  • 修复swoole_mysql_query回调函数内存泄漏问题
  • 修复Issue#585
  • 修复Issue#590
  • 修复Swoole\Http\Client内存泄漏问题
  • 修复Swoole\Client连接关闭时发生崩溃的问题
  • 修复Swoole\Client->onError时未设置errCode的问题
  • 修复swoole_async_writefile函数未设置回调函数发生coredump的问题
  • 增加Swoole\Client对异步unixsock的支持
  • 增加Swoole\Http\Request对高精度请求时间的支持